projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bfa8b7
)
.bzrignore: Add lib/stdio.in-h, lib/stdbool.h, and lib/stdint.h.
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 20 May 2011 09:54:04 +0000
(12:54 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 20 May 2011 09:54:04 +0000
(12:54 +0300)
.bzrignore
patch
|
blob
|
history
ChangeLog
patch
|
blob
|
history
diff --git
a/.bzrignore
b/.bzrignore
index 0c58c725378c18b47959757357c91d2f5d26bd0f..46532982ae147e1047a25b5f168efd1c7218533c 100644
(file)
--- a/
.bzrignore
+++ b/
.bzrignore
@@
-51,7
+51,9
@@
lib/arg-nonnull.h
lib/c++defs.h
lib/getopt.h
lib/inttypes.h
+lib/stdbool.h
lib/stdio.h
+lib/stdint.h
lib/stdlib.h
lib/sys/
lib/time.h
@@
-61,6
+63,7
@@
lib/getopt.in-h
lib/stdbool.in-h
lib/stddef.in-h
lib/stdint.in-h
+lib/stdio.in-h
lib/stdlib.in-h
lib/sys_stat.in-h
lib/time.in-h
diff --git
a/ChangeLog
b/ChangeLog
index e92da7e839b347ef9466f8ec3bb15af086796918..99d5c667f76bb33ecca82c092f9dc476522e3e08 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,5
+1,7
@@
2011-05-20 Eli Zaretskii <eliz@gnu.org>
+ * .bzrignore: Add lib/stdio.in-h, lib/stdbool.h, and lib/stdint.h.
+
* config.bat: Concatenate lisp.mk onto the end of src/Makefile.
2011-05-20 Glenn Morris <rgm@gnu.org>